-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli: improve secure preset #818
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just a couple of comments to remove values that are the same as the defaults.
Co-authored-by: Iryna Shustava <[email protected]>
Co-authored-by: Iryna Shustava <[email protected]>
Co-authored-by: Iryna Shustava <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great David! Do you think we should include controller=enabled in the demo preset if we're including it in secure for consistency? And should we include the metrics values in secure? The reason I ask is I was imagining secure to be like demo with some secure defaults enabled on top of that.
Good point about controller enabled to true on the demo preset. As far as the metrics in secure, I believe we currently allow the ability to scrape metrics over TLS which is why I didn't have that in there, otherwise it makes sense to include that. |
* Acceptance: wait for previous installation to exit In some cases the previous installation is listed as uninstalled by Helm but its pods are still terminating. This can cause issues for the newly running tests when they query Kubernetes to get information about the new installation, e.g. getting the server pod IPs might return the IPs from the old installation as well. * Make static-client/server exit faster
Changes proposed in this PR:
gossipEncryption
generation andautoEncrypt
in thesecure
preset.server.bootstrapExpect
from demo preset since it defaults toserver.replicas
as defined in our docscontroller.enabled
totrue
to demo preset.How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: